From d841264e0d478643a9d143159e72b3c7cb557105 Mon Sep 17 00:00:00 2001 From: "lynx@idefix.cl.cam.ac.uk" Date: Mon, 16 Dec 2002 13:42:05 +0000 Subject: [PATCH] bitkeeper revision 1.7.3.15 (3dfdd82d_HAjJXVYmjZMDtpziN2PhQ) debug --- xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c index d8e5397a26..c210159280 100644 --- a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c +++ b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c @@ -200,6 +200,10 @@ static int dom_map_mem(unsigned int dom, unsigned long pfn, int tot_pages) printk(KERN_ALERT "bd240 debug: dom_map_mem invoked, xeno_base %lx, subdir %lx\n", xeno_base, xeno_base->subdir); + printk(KERN_ALERT "bd240 debug: dom_map_mem, pd %lx\n", pd); + printk(KERN_ALERT "bd240 debug: dom_map_mem, pd data %lx\n", pd->data); + printk(KERN_ALERT "bd240 debug: dom_map_mem, pd %lx\n", ((dom_procdata_t *)pd->data)->domain); + while(pd != NULL){ printk(KERN_ALERT "bd240 debug: dom_map: proc %d\n", ((dom_procdata_t *)pd->data)->domain); -- 2.30.2